@charset "utf-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
form,
input,
select {
  outline: 0;
}
a,
area {
  outline: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a[href^="http"]:empty::before {
  content: attr(href);
}
.main-wrap a {
  color: #333;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.main-wrap a:hover {
  color: #406fb3;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
img {
  -ms-interpolation-mode: bicubic;
}
img {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: auto;
  line-height: 2;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
img:before {
  content: "图片不见了！请您稍等，我们正在抓紧把它找回来 ";
  display: block;
  margin-bottom: 10px;
  border: 1px dotted #e5e5e5;
  height: 100%;
  padding-top: 2%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  color: #487bc9 !important;
  font-size: 12px;
}
img:after {
  content: "\A (图片地址: "attr(src) ")";
  display: block;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 10%;
  line-height: 1.3;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #f59a37 !important;
  white-space: pre-wrap;
  animation: dot 3s infinite step-start both;
}
body,
html {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-family: "微软雅黑", sans-serif;
}
html {
  height: 100%;
  position: relative;
}
input {
  border-radius: 0;
}
button {
  -webkit-appearance: none;
  border-radius: 0;
}
a,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
span,
ul {
  list-style: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.boxcenter {
  margin: 0 auto;
}
.fl_all {
  float: left;
  display: inline-block;
}
.fr_all {
  float: right;
  display: inline-block;
}
.txtdot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex-container {
  display: flex;
  justify-content: space-between;
}
.flex-container .item {
  flex-basis: 23%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.heght_auto {
  height: auto;
}
.main-wrap {
  width: 100%;
  overflow: hidden;
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1d5fb0;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(156, 186, 223, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(156, 186, 223, 0.2) 50%,
    rgba(156, 186, 223, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f5f5f5;
  border-radius: 10px;
}
.inline-block {
  -webkit-text-size-adjust: none;
  font-size: 0;
}
.maxcontainer {
  min-width: 1400px;
}
.container {
  width: 1400px;
}
.tjcontainer {
  width: 1600px;
}
.fl_pc {
  float: left;
  display: inline-block;
}
.fr_pc {
  float: right;
  display: inline-block;
}
.col_2in1 {
  width: 50%;
}
.col_3in1 {
  width: 33.3%;
}
.col_4in1 {
  width: 25%;
}
.col_5in1 {
  width: 20%;
}
.col_6in1 {
  width: 16.6%;
}
.hide {
  display: none;
}
.hider {
  display: none !important;
}
.pchide {
  display: none;
}
.mhide {
  display: block;
}
.padhide {
  display: block;
}
.padshow {
  display: none;
}
.bothide {
  display: none;
}
.mar0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  -webkit-text-size-adjust: none;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}
.main {
  position: relative;
  overflow: hidden;
}
.border-1px {
  position: relative;
}
.border-1px::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .border-1px:after {
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.breadcrumb {
  color: #666;
  width: 100%;
  margin: 0 auto;
  padding: 13px 0 10px 18px;
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom: 5px solid #eceae6;
}
.breadcrumb em {
  font-style: normal;
  font-size: 1rem;
  color: #666;
}
.breadcrumb a,
.breadcrumb span:not(:first-of-type),
.breadcrumb span:not(:last-of-type) {
  font-size: 1.125rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  letter-spacing: 1px;
  font-weight: 400;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:hover {
  color: #333;
}
.breadcrumb a:first-of-type {
  font-size: 1rem;
  margin-right: 0.75rem;
  color: #333;
}
.breadcrumb span:last-of-type {
  font-size: 1rem;
  margin-left: 0.75rem;
  letter-spacing: 1px;
  font-weight: lighter;
}
.sxszf-toolbar {
  width: 100%;
  height: 38px;
  background-color: #1f4e83;
}
.sxszf-toolbar-box {
  height: 100%;
  width: 1400px;
  margin: 0 auto;
  line-height: 38px;
}
.sxszf-toolbar-box > dt {
  -webkit-text-size-adjust: none;
  font-size: 0;
}
.sxszf-toolbar-box > dt a {
  font-size: 14px;
  color: #eee;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
}
.sxszf-toolbar-box > dt a:hover {
  color: #fff;
}
.sxszf-toolbar-box > dt {
  float: left;
}
.sxszf-toolbar-box > dd {
  float: right;
}
.topbar-nav {
  -webkit-text-size-adjust: none;
  font-size: 0;
}
.topbar-nav li {
  display: inline-block;
  margin:5px 0px 0px 15px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #eee;
  position: relative;
}
.topbar-nav .loginbar::after {
  content: "";
  height: 30px;
  width: 0;
  position: relative;
  float: right;
  margin-left: 15px;
  top: 0;
  border-right: 1px solid #496d96;
}
.topbar-nav .loginbar a:not(:last-child)::after {
  content: "";
  height: 12px;
  border-right: 1px solid #83a3c8;
  position: relative;
  margin: 0 8px 0 10px;
  top: 1px;
  bottom: 1px;
  display: inline-block;
}
.topbar-nav .loginbar .login-user-info {
  color: #fecb45;
  display: inline-block;
}
.topbar-nav .loginbar .login-user-info img {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.topbar-nav li a {
  color: #eee;
  display: inline-block;
}
.topbar-nav li a:hover {
  color: #fff;
  font-weight: 700;
}
.topbar-nav li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 0;
  cursor: pointer;
  font-style: normal;
  background: url(icons-mode.png) 0 0 no-repeat;
  position: relative;
  top: 5px;
  margin-right: 5px;
  background-size: auto 80px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.topbar-nav li:hover i {
  transform: scale(1.1);
}
.topbar-nav li em {
  font-style: normal;
}
.topbar-nav li i.icon-theme {
  background-position: 0 0;
  margin-right: 0;
}
.topbar-nav li:hover i.icon-theme {
  background-position: 0 -20px;
  transform: rotate(90deg);
  filter: invert(33%) sepia(99%) saturate(6851%) hue-rotate(204deg)
    brightness(85%) contrast(97%);
}
.theme-choose {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  width: 100px;
  border-top: 10px solid #1f4e83;
  top: 30px;
  left: -40px;
  display: none;
}
.topbar-nav li:hover .theme-choose {
  display: block;
}
ul.theme-choose li {
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin: 10px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: block;
}
ul.theme-choose li.cur {
  box-shadow: 0 0 6px 2px rgb(85 85 85 / 50%);
}
ul.theme-choose li#theme-default {
  background-color: #0457b7;
}
ul.theme-choose li#theme-red {
  background-color: #e60000;
}
ul.theme-choose li#theme-nightly {
  background-color: #202124;
}
.topbar-nav li i.icon-eng {
  background-position: -20px 0;
}
.topbar-nav li:hover i.icon-eng {
  background-position: -20px -20px;
}
.topbar-nav li i.icon-user {
  background-position: -40px 0;
}
.topbar-nav li:hover i.icon-user {
  background-position: -40px -20px;
}
.topbar-nav li i.icon-accessibility {
  background-position: -100px 0;
}
.topbar-nav li:hover i.icon-accessibility {
  background-position: -100px -20px;
}
.topbar-nav li i.icon-helper {
  background-position: -80px 0;
}
.topbar-nav li:hover i.icon-helper {
  background-position: -80px -20px;
}
.topbar-nav .topbar-nav--text {
  line-height: 26px;
  height: 26px;
  margin: 5px 8px 0 0;
  padding-left: 8px;
}
.topbar-nav .topbar-nav--language {
  margin-right: 8px;
}
.topbar-nav .sxszf-elderly a {
  display: block;
  background-color: #2d959a;
  padding: 0 10px;
  border-radius: 15px;
  transition: all 0.3s;
  font-weight: 600;
}
.topbar-nav .sxszf-elderly a:hover {
  background-color: #e7ad41;
  color: #81580c;
}
.sxszf-banner-box {
  width: 100%;
  background: url(banner-zzbbg.png) center top no-repeat;
  height: 432px;
  background-size: cover;
}
.sxszf-banner {
  width: 1400px;
  margin: 0 auto;
  height: 372px;
  position: relative;
}
.sxszf-logo {
  padding-top: 40px;
  text-align: center;
  width: 100%;
}
.sxszf-logo > dt {
  color: #0350a6;
}
.sxszf-logo > dt img {
  height: 80px;
  width: auto;
  display: inline-block;
	margin-top: 9px;
}
.sxszf-logo > dt h1 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 60px;
}
.sxszf-logo > dt h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.sxszf-logo > dt > a {
  display: none;
}
.sxszf-logo > dd {
  width: 600px;
  margin: 30px auto 0;
  position: relative;
}
.sxszf-logo > dd form {
  height: 40px;
  overflow: hidden;
}
.sxszf-logo > dd .search-input {
  width: 525px;
  height: 40px;
  transition: border 0.3s linear;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  float: left;
  border-radius: 5px;
}
.sxszf-logo > dd .search-input-inner {
  line-height: 26px;
  width: 510px;
  height: 26px;
  margin: 6px 5px 0 5px;
  padding: 0;
  border: 0;
  background: 0 0;
  font-size: 14px;
  color: #ced2da;
}
.sxszf-logo > dd .search-input-btn {
  width: 65px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: #4e6fb8 url(icon-search.png) center center no-repeat;
  background-size: 24px 24px;
  border-radius: 5px;
  float: right;
}
.sxszf-logo > dd .search-input.search-input-hover {
  border: 1px solid #d3d3d3;
}
.sxszf-logo > dd .search-input.search-input-focus {
  border: 1px solid #397ab9;
}
.sxszf-logo > dd .search-input.search-input-focus .search-input-inner {
  color: #555;
}
.nav-box {
  height: 60px;
  width: 100%;
  background: linear-gradient(#4286d2, #014694);
}
.nav-inner {
  width: 1675px;
  margin: 10px auto;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
}
.nav-inner > li {
  display: inline-block;
  font-size: 22px;
  position: relative;
  padding: 10px 36px;
  z-index: 1;
}
.nav-inner > li > a {
  color: #fff;font-weight: 600;
}
.nav-inner > li:before {
  content: "";
  width: 0;
  height: 100%;
  background: #1c5fb0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.nav-inner > li.cur:before,
.nav-inner > li:hover:before {
  background: #1659ac;
  width: 100%;
}
.nav-inner > li.cur,
.nav-inner > li:hover {
  -webkit-box-shadow: 10px 10px 99px 6px #2d959a;
  -moz-box-shadow: 10px 10px 99px 6px #2d959a;
  box-shadow: 10px 10px 99px 6px #2d959a;
}
.common-textnews-list > li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #c1c5ca;
  vertical-align: text-top;
  margin-top: 8px;
  margin-right: 6px;
}
.sxszf-intraclist-content .common-textnews-list > li > em {
  color: #fff;
  padding-right: 5px;
  font-weight: 300;
  vertical-align: top;
}
.sxszf-intraclist-content .common-textnews-list > li > em > span {
  display: inline-block;
  width: 52px;
  height: 20px;
  color: #fff;
  background: #f1aa48;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  font-style: normal;
}
.sxszf-intraclist-content .common-textnews-list > li > em > i {
  display: inline-block;
  width: 52px;
  height: 20px;
  color: #fff;
  background: #bec2c7;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  font-style: normal;
}
.no-before li::before {
  display: none;
}
.common-textnews-list > li > span {
  color: #889cba;
  font-size: 12px;
  margin-left: 1em;
}
.hover-mask {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}
.pad .hover-mask {
  display: block;
}
.benefits-loadmore,
.mobile-list-back,
.mobile-nav {
  display: none;
}
.footer-bg {
  height: 100px;
  background: url(bg-line.png) 0 bottom repeat-x;
  overflow: hidden;
  background-size: cover;
}
.footer-bg-trs {
  height: 100px;
  background: url(bg-line-trs.png) 0 bottom repeat-x;
  overflow: hidden;
  background-size: cover;
}
.footer-links-box {
  background: #1c5fb0;
  height: 50px;
}
.footer-links > dt {
  width: 100%;
}
.footer-links > dt em {
  font-size: 16px;
  font-style: normal;
  color: #fecb45;
  margin-right: 16px;
}
.footer-links {
  height: 100%;
  width: 1400px;
  margin: 0 auto;
  line-height: 50px;
}
.footer-links a {
  color: #fff;
  font-size: 16px;
  padding-right: 16px;
  margin-right: 16px;
}
.footer-links a:hover {
  color: #c8d9e7;
}
.tianditu-sx {
  height: 24px;
  line-height: 24px;
  background-color: #aca289;
  display: inline-block;
  color: #fff;
  padding: 0 16px;
  margin-top: 13px;
  font-size: 14px;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.tianditu-sx:hover {
  background-color: #fff;
  color: #aca289;
  font-weight: 700;
}
.footer-links-items {
  display: flex;
  height: 50px;
  justify-content: space-evenly;
}
.footer-links-items > li {
  color: #fff;
  cursor: pointer;
  padding: 0 30px 0 15px;
  position: relative;
}
.footer-links-items > .current {
  background-color: #1659ac;
}
.footer-links-items > li::after {
  content: "";
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 22px;
  right: 15px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer-links-items > .current::after {
  border-top-color: transparent;
  border-bottom-color: #fff;
  top: 18px;
}
.footer-links-inner {
  background-color: #f5f5f5;
}
.footer-link-inner {
  width: 1400px;
  margin: 0 auto;
  padding: 10px 20px;
  overflow: hidden;
  font-size: 0;
  display: none;
}
.footer-link-inner li {
  line-height: 24px;
  display: inline-block;
  margin: 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #555;
}
.footer-link-submenu .cc-section-title a {
  color: #406fb3;
  font-weight: 700;
}
.footer-copyright-items {
  width: 1400px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.footer-copyright-icons {
  padding: 20px;
  margin-top: 14px;
}
.copyright-icons-red {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}
.copyright-icons-asibs,
.copyright-icons-desc {
  height: 55px;
  margin: 12px 15px 0;
  overflow: hidden;
  float: left;
  max-width: 116px;
}
.copyright-icons-asibs img,
.copyright-icons-desc img,
.copyright-icons-red img {
  height: 100%;
}
.footer-copyright-infos {
  font-size: 14px;
  line-height: 30px;
  margin-top: 28px;
}
.footer-copyright-infos p a {
  margin: 0 5px;
  position: relative;
  padding-right: 10px;
}
.footer-copyright-infos p a:not(:last-child):after {
  content: "";
  border-right: 1px solid #bbb;
  height: 14px;
  position: absolute;
  top: 3px;
  right: 0;
}
.footer-copyright-infos p a img {
  display: inline-block;
  width: 16px;
  margin-right: 3px;
  vertical-align: text-bottom;
}
.footer-copyright-apps {
  margin-top: 20px;
}
.footer-copyright-apps p {
  float: left;
  width: 90px;
  margin: 0 24px;
  text-align: center;
  font-size: 14px;
}
.footer-copyright-apps p img {
  width: 100%;
}
.search-layer {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 99;
  border-radius: 5px;
  float: none;
  text-align: left;
}
.search-layer.search-focus {
  display: block;
}
.search-layer .log-title {
  font-size: 16px;
  color: #1f4e83;
  border-bottom: 1px solid #f5f5f5;
  height: 36px;
  line-height: 32px;
  font-weight: 700;
}
.search-layer .hot-search,
.search-layer .log-detail {
  padding: 12px 0 6px;
}
.search-layer .hot-search > .hot-search-kw {
  display: inline-block;
  font-size: 14px;
  color: #5e738d;
  padding: 0 14px;
  background-color: #e5edf8;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 10px 5px 0;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.search-layer .hot-search > .hot-search-kw:hover {
  color: #e5edf8;
  background-color: #5e738d;
}
.search-layer .search-layer-department > li {
  position: relative;
  display: inline-block;
  width: 33.33%;
  padding-left: 18px;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-layer > div {
  float: none !important;
}
.search-layer-department {
  font-size: 0;
}
.search-layer .search-layer-department > li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d7dbe6;
  left: 6px;
  top: 12px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.search-layer .search-layer-department > li a {
  color: #6d86a5;
}
.search-layer .search-layer-department > li a:hover {
  color: #60608d;
}
.search-layer .search-layer-department > li:hover::after {
  background-color: #60608d;
}
.mob-tabmore,
.tab-current + .mob-tabmore {
  display: none;
}
.warn-netspeed {
  position: fixed;
  top: 0.5rem;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  background: #ccc;
  text-align: center;
  padding: 1rem;
  border-radius: 3px;
  background: #daeefc;
  font-size: 1rem;
  color: #2b97e2;
  border: 1px solid #2b97e2;
  box-shadow: 0 0 0.5rem #afdcfc;
  z-index: 999;
}
.warn-netspeed > span {
  font-size: 0.875rem;
  color: #366395;
  text-decoration: underline;
}